home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 March / macformat-035.iso / Shareware City / Developers / ICAppSourceKit1.2 / ICWindowUtils.p < prev    next >
Encoding:
Text File  |  1995-02-10  |  155 b   |  12 lines  |  [TEXT/CWIE]

  1. unit ICWindowUtils;
  2.  
  3. interface
  4.  
  5.     uses
  6.         ICTypes, ICWindowGlobals;
  7.  
  8.     function WindowsOpen (wt: WindowType): OSErr;
  9.  
  10. implementation
  11.  
  12. end. (* ICWindowUtils *)